Returns the configuration's display name.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_DisplayName ( _
<OutAttribute> ByRef name As String _
) As Integer
'使用
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
)
public function get_DisplayName(
name : String
) : int
Parameters
name
Type: System.String%[out] The display name of the configuration.
Return Value
Type: System.Int32
S_OK if the method succeeded, otherwise an error code.
Implements
IVsProjectCfg2.get_DisplayName(String%)
IVsDebuggableProjectCfg.get_DisplayName(String%)
IVsProjectCfg.get_DisplayName(String%)
IVsCfg.get_DisplayName(String%)
Remarks
The display name contains two parts: the configuration name and the platform name.
Permissions
- 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.