OANullProperty.DTE Property

Gets the top-level automation object.

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

Syntax

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

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

Property Value

Type: DTE

When implemented by derived classes, DTE.

Implements

PropertyDTE()

Remarks

By default this method returns a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace