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

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

See Also

Reference

FlavoredProject Class

FlavoredProject Members

Microsoft.VisualStudio.Shell.Flavor Namespace