ProjectItem.Document Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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