ProjectItem.Document Property

Definition

Gets the Document associated with the item, if one exists.

public:
 property EnvDTE::Document ^ Document { EnvDTE::Document ^ get(); };
public:
 property EnvDTE::Document ^ Document { EnvDTE::Document ^ get(); };
[System.Runtime.InteropServices.DispId(119)]
public EnvDTE.Document Document { [System.Runtime.InteropServices.DispId(119)] get; }
[<System.Runtime.InteropServices.DispId(119)>]
[<get: System.Runtime.InteropServices.DispId(119)>]
member this.Document : EnvDTE.Document
Public ReadOnly Property Document As Document

Property Value

A Document object.

Attributes

Applies to