Share via


IVstaHostItem.DisplayName Property

Gets or sets a string that specifies a way to identify the name of a HostItem in the user interface if that name differs from the file name (excluding the extension).

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

Syntax

'Declaration
Property DisplayName As String
'Usage
Dim instance As IVstaHostItem 
Dim value As String 

value = instance.DisplayName

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

Property Value

Type: System.String
A string that specifies the name of the HostItem to display in the user interface.

.NET Framework Security

See Also

Reference

IVstaHostItem Interface

IVstaHostItem Members

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