Share via


HostItem.IdentifierUtility Property

Gets the identifier utility for the HostItem.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Public ReadOnly Property IdentifierUtility As IVstaIdentifierUtility
'Usage
Dim instance As HostItem 
Dim value As IVstaIdentifierUtility 

value = instance.IdentifierUtility
public IVstaIdentifierUtility IdentifierUtility { get; }
public:
virtual property IVstaIdentifierUtility^ IdentifierUtility {
    IVstaIdentifierUtility^ get () sealed;
}
public final function get IdentifierUtility () : IVstaIdentifierUtility

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop.IVstaIdentifierUtility
The identifier utility that is used by the HostItem.

Implements

IVstaHostItem.IdentifierUtility

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace