get_DisplayName Method

The display name is a two part item first part is the config name, 2nd part is the platform name

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Overridable Function get_DisplayName ( _
    <OutAttribute> ByRef name As String _
) As Integer
'Usage
Dim instance As ProjectConfig
Dim name As String
Dim returnValue As Integer

returnValue = instance.get_DisplayName(name)
public virtual int get_DisplayName(
    out string name
)
public:
virtual int get_DisplayName(
    [OutAttribute] String^% name
)
abstract get_DisplayName : 
        name:string byref -> int 
override get_DisplayName : 
        name:string byref -> int 
public function get_DisplayName(
    name : String
) : int

Parameters

Return Value

Type: System..::..Int32

Implements

IVsProjectCfg2get_DisplayName(String%)
IVsDebuggableProjectCfgget_DisplayName(String%)
IVsProjectCfgget_DisplayName(String%)
IVsCfgget_DisplayName(String%)

See Also

Reference

ProjectConfig Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace