OutputGroup.get_CanonicalName Method

Gets the name of the output group.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function get_CanonicalName ( _
    <OutAttribute> ByRef pbstrCanonicalName As String _
) As Integer
'使用
Dim instance As OutputGroup
Dim pbstrCanonicalName As String
Dim returnValue As Integer

returnValue = instance.get_CanonicalName(pbstrCanonicalName)
public virtual int get_CanonicalName(
    out string pbstrCanonicalName
)
public:
virtual int get_CanonicalName(
    [OutAttribute] String^% pbstrCanonicalName
)
public function get_CanonicalName(
    pbstrCanonicalName : String
) : int

Parameters

  • pbstrCanonicalName
    Type: System.String%

    [out] Returns the name of the output group.

Return Value

Type: System.Int32

S_OK.

Implements

IVsOutputGroup2.get_CanonicalName(String%)
IVsOutputGroup.get_CanonicalName(String%)

Remarks

This method is an implementation of get_CanonicalName .

Permissions

See Also

Reference

OutputGroup Class

OutputGroup Members

Microsoft.VisualStudio.Package Namespace