FlavoredProject.ParseCanonicalName Method
Returns the identifier of the hierarchy item, given its canonical name.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣言
Protected Overridable Function ParseCanonicalName ( _
name As String, _
<OutAttribute> ByRef itemId As UInteger _
) As Integer
'使用
Dim name As String
Dim itemId As UInteger
Dim returnValue As Integer
returnValue = Me.ParseCanonicalName(name, _
itemId)
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.