Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the single instance of the DataPackage.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As DataPackage
'Usage
Dim value As DataPackage
value = DataPackage.Instance
public static DataPackage Instance { get; }
public:
static property DataPackage^ Instance {
DataPackage^ get ();
}
public static function get Instance () : DataPackage
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Common.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace