Gets the canonical name for the current node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Function GetCanonicalName As String
'使用
Dim returnValue As String
returnValue = Me.GetCanonicalName()
protected virtual string GetCanonicalName()
protected:
virtual String^ GetCanonicalName()
protected function GetCanonicalName() : String
Return Value
Type: System.String
The document moniker, which is typically the fully-qualified name of the document.
Remarks
The canonical name is used for persisting properties related to this item.
Permissions
- 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.