OutputWindow.SetName Method

Sets the name of the output pane.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.Host
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Sub SetName ( _
    guidPane As Guid, _
    name As String _
)
'Usage
Dim instance As OutputWindow
Dim guidPane As Guid
Dim name As String

instance.SetName(guidPane, name)
public void SetName(
    Guid guidPane,
    string name
)
public:
void SetName(
    Guid guidPane, 
    String^ name
)
public function SetName(
    guidPane : Guid, 
    name : String
)
member SetName : 
        guidPane:Guid * 
        name:string -> unit 

Parameters

  • guidPane
    Type: System.Guid
    The GUID of the pane to rename
  • name
    Type: System.String
    The name for which you want to set the pane

.NET Framework Security

See Also

Reference

OutputWindow Class

OutputWindow Members

Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace