IVstaHostObject.Identifier Property

Gets or sets the variable name for the HostObject

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

Syntax

'Declaration
Property Identifier As String
'Usage
Dim instance As IVstaHostObject 
Dim value As String 

value = instance.Identifier

instance.Identifier = value
string Identifier { get; set; }
property String^ Identifier {
    String^ get ();
    void set (String^ value);
}
function get Identifier () : String 
function set Identifier (value : String)

Property Value

Type: System.String
The variable name for the HostObject.

Remarks

An example of a variable name is Circle1 from the ShapeApp sample.

.NET Framework Security

See Also

Reference

IVstaHostObject Interface

IVstaHostObject Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace