FlavoredProject.IVsUIHierarchy.GetCanonicalName Method
Gets the unique name associated with an item in the hierarchy. Used for workspace persistence, such as remembering window positions.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
‘선언
Private Function GetCanonicalName ( _
itemid As UInteger, _
<OutAttribute> ByRef pbstrName As String _
) As Integer Implements IVsUIHierarchy.GetCanonicalName
int IVsUIHierarchy.GetCanonicalName(
uint itemid,
out string pbstrName
)
- itemid
Type: System.UInt32
The ID of the hierarchy item.
- pbstrName
Type: System.String%
[out] The canonical name of the item.
Type: System.Int32
If the method succeeds, it returns [F:Microsoft.VisualStudio.VSConstants.][S_OK]. If it fails, it returns an error code.
IVsUIHierarchy.GetCanonicalName(UInt32, String%)
This method calls GetCanonicalName.
Canonical names do not change between sessions of the environment, but item identifiers do. Use this method to manage workspace persistence, such as remembering window positions.
- 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.