DataPackage.Services.Sqm Property
Gets the service that wraps the VS SQM service.
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 Sqm As Sqm
Get
'Usage
Dim value As Sqm
value = DataPackage..::..Services.Sqm
public static Sqm Sqm { get; }
public:
static property Sqm^ Sqm {
Sqm^ get ();
}
static function get Sqm () : Sqm
static member Sqm : Sqm
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Common.Host.Sqm
.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