Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a reference to an IVstaIdentifierUtility object that can be used to create new identifiers for the host item.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
ReadOnly Property IdentifierUtility As IVstaIdentifierUtility
'Usage
Dim instance As IVstaHostItem
Dim value As IVstaIdentifierUtility
value = instance.IdentifierUtility
IVstaIdentifierUtility IdentifierUtility { get; }
property IVstaIdentifierUtility^ IdentifierUtility {
IVstaIdentifierUtility^ get ();
}
function get IdentifierUtility () : IVstaIdentifierUtility
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.IVstaIdentifierUtility
An IVstaIdentifierUtility object.
.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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace