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
- name
Type: System.String
The name to set
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace