Task.Document Property

Gets or sets the file associated with the task.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Property Document As String
'使用
Dim instance As Task
Dim value As String

value = instance.Document

instance.Document = value
public string Document { get; set; }
public:
property String^ Document {
    String^ get ();
    void set (String^ value);
}
public function get Document () : String
public function set Document (value : String)

Property Value

Type: System.String

The name of the file.

Permissions

See Also

Reference

Task Class

Task Members

Microsoft.VisualStudio.Shell Namespace