TextDocument.Parent 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 immediate parent object of a TextDocument object.
public:
 property EnvDTE::Document ^ Parent { EnvDTE::Document ^ get(); };
	public:
 property EnvDTE::Document ^ Parent { EnvDTE::Document ^ get(); };
	[System.Runtime.InteropServices.DispId(151)]
public EnvDTE.Document Parent { [System.Runtime.InteropServices.DispId(151)] get; }
	[<System.Runtime.InteropServices.DispId(151)>]
[<get: System.Runtime.InteropServices.DispId(151)>]
member this.Parent : EnvDTE.Document
	Public ReadOnly Property Parent As Document
	Property Value
A Document object.
- Attributes