Share via


HostItem.IsIdentifierRequired Property

Gets a value indicating whether the IsClearingIdentifier is set to true or false.

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

Syntax

'Declaration
Protected Friend Overrides ReadOnly Property IsIdentifierRequired As Boolean
'Usage
Dim value As Boolean 

value = Me.IsIdentifierRequired
protected internal override bool IsIdentifierRequired { get; }
protected public:
virtual property bool IsIdentifierRequired {
    bool get () override;
}
protected internal override function get IsIdentifierRequired () : boolean

Property Value

Type: System.Boolean
true if the IsClearingIdentifier is set to true; otherwise, false.

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace