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 the identifier utility object.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property IdentifierUtility As IVstaIdentifierUtility
'Usage
Dim instance As HostAdapter
Dim value As IVstaIdentifierUtility
value = instance.IdentifierUtility
public IVstaIdentifierUtility IdentifierUtility { get; }
public:
property IVstaIdentifierUtility^ IdentifierUtility {
IVstaIdentifierUtility^ get ();
}
public function get IdentifierUtility () : IVstaIdentifierUtility
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.IVstaIdentifierUtility
The identifier utility object.
Remarks
For more information, see IVstaIdentifierUtility.
.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.DesignTime Namespace