Returns the top-level extensibility 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 OAProperty
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
Returns a null reference (Nothing in Visual Basic).
Implements
PropertyDTE()
Remarks
Override this method if you want this functionality.
Permissions
- 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
Microsoft.VisualStudio.Package.Automation Namespace
DTE()