IDocWindowPane.DocData Property

Definition

Gets the document data associated with the Visual Studio Window.

public:
 property System::Object ^ DocData { System::Object ^ get(); };
public object DocData { get; }
member this.DocData : obj
Public ReadOnly Property DocData As Object

Property Value

Returns the document data.

Applies to