OutputWindowManager.SetName Method

Sets the name of the output window.

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 ( _
    name As String _
)
'Usage
Dim instance As OutputWindowManager
Dim name As String

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

Parameters

.NET Framework Security

See Also

Reference

OutputWindowManager Class

OutputWindowManager Members

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