FlavoredProjectBase.IVsUIHierarchy.GetCanonicalName Method
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaração
Private Function GetCanonicalName ( _
itemid As UInteger, _
<OutAttribute> ByRef pbstrName As String _
) As Integer Implements IVsUIHierarchy.GetCanonicalName
int IVsUIHierarchy.GetCanonicalName(
uint itemid,
out string pbstrName
)
Parameters
- itemid
Type: System.UInt32
- pbstrName
Type: System.String%
Return Value
Type: System.Int32
Implements
IVsUIHierarchy.GetCanonicalName(UInt32, String%)
.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.