DataPackage.Instance Property
Gets the single instance of the DataPackage.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As DataPackage
public static DataPackage Instance { get; }
public:
static property DataPackage^ Instance {
DataPackage^ get ();
}
static member Instance : DataPackage
static function get Instance () : DataPackage
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.DataPackage
.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.