Share via


HostItem.IsClearingIdentifier Property

Gets or sets the IsClearingIdentifier when the Clear method is called.

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

Syntax

'Declaration
Protected Property IsClearingIdentifier As Boolean
'Usage
Dim value As Boolean 

value = Me.IsClearingIdentifier 

Me.IsClearingIdentifier = value
protected bool IsClearingIdentifier { get; set; }
protected:
property bool IsClearingIdentifier {
    bool get ();
    void set (bool value);
}
protected function get IsClearingIdentifier () : boolean 
protected function set IsClearingIdentifier (value : boolean)

Property Value

Type: System.Boolean
true if the IdentifierCollection is clearing; otherwise, false.

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace