Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the identifier of the hierarchy item, given its canonical name.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Protected Overridable Function ParseCanonicalName ( _
name As String, _
<OutAttribute> ByRef itemId As UInteger _
) As Integer
protected virtual int ParseCanonicalName(
string name,
out uint itemId
)
protected:
virtual int ParseCanonicalName(
String^ name,
[OutAttribute] unsigned int% itemId
)
abstract ParseCanonicalName :
name:string *
itemId:uint32 byref -> int
override ParseCanonicalName :
name:string *
itemId:uint32 byref -> int
protected function ParseCanonicalName(
name : String,
itemId : uint
) : int
Parameters
- name
Type: System.String
The canonical name of the item.
- itemId
Type: System.UInt32%
[out] The ID of the item.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method calls the ParseCanonicalName method on the inner project.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.