ProjectItem.Document Property
Gets the Document associated with the item, if one exists.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property Document As Document
Document Document { get; }
property Document^ Document {
Document^ get ();
}
abstract Document : Document with get
function get Document () : Document
Property Value
Type: EnvDTE.Document
A Document object.
.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
Other Resources
How to: Compile and Run the Automation Object Model Code Examples