Returns the configuration's canonical name.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_CanonicalName ( _
<OutAttribute> ByRef name As String _
) As Integer
'使用
Dim instance As ProjectConfig
Dim name As String
Dim returnValue As Integer
returnValue = instance.get_CanonicalName(name)
public virtual int get_CanonicalName(
out string name
)
public:
virtual int get_CanonicalName(
[OutAttribute] String^% name
)
public function get_CanonicalName(
name : String
) : int
Parameters
name
Type: System.String%[out] The canonical name of the configuration.
Return Value
Type: System.Int32
S_OK if the method succeeded, otherwise an error code.
Implements
IVsProjectCfg2.get_CanonicalName(String%)
IVsDebuggableProjectCfg.get_CanonicalName(String%)
IVsProjectCfg.get_CanonicalName(String%)
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.