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 or sets the class name identifier of the HostItem.
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 IVstaHostItem
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 host item's name.
Remarks
The identifier is usually the same as the host item's display name.
.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.ProgrammingModel.Interop Namespace