Gets the token ID.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property TokenIdentifier As String
'使用
Dim instance As ReplaceBetweenPairToken
Dim value As String
value = instance.TokenIdentifier
public string TokenIdentifier { get; }
public:
property String^ TokenIdentifier {
String^ get ();
}
public function get TokenIdentifier () : String
Property Value
Type: System.String
The token ID.
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.