OAReferenceBase<RefType>.DTE Property

Gets the top-level automation object.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property DTE As DTE
'使用
Dim instance As OAReferenceBase
Dim value As DTE

value = instance.DTE
public virtual DTE DTE { get; }
public:
virtual property DTE^ DTE {
    DTE^ get ();
}
public function get DTE () : DTE

Property Value

Type: DTE

DTE.

Permissions

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace