Gets the display name of the output group.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_DisplayName ( _
<OutAttribute> ByRef pbstrDisplayName As String _
) As Integer
'使用
Dim instance As OutputGroup
Dim pbstrDisplayName As String
Dim returnValue As Integer
returnValue = instance.get_DisplayName(pbstrDisplayName)
public virtual int get_DisplayName(
out string pbstrDisplayName
)
public:
virtual int get_DisplayName(
[OutAttribute] String^% pbstrDisplayName
)
public function get_DisplayName(
pbstrDisplayName : String
) : int
Parameters
pbstrDisplayName
Type: System.String%[out] Returns the display name of the output group.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsOutputGroup2.get_DisplayName(String%)
IVsOutputGroup.get_DisplayName(String%)
Remarks
By default this method returns the name of the output group.
This method is an implementation of get_DisplayName.
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.