IsDebugPackageInstalled プロパティ
名前空間: Microsoft.DataWarehouse.Interfaces.Debugger
アセンブリ: Microsoft.DataWarehouse.Interfaces (Microsoft.DataWarehouse.Interfaces.dll)
構文
'宣言
ReadOnly Property IsDebugPackageInstalled As Boolean
Get
'使用
Dim instance As IDesignerDebuggingService
Dim value As Boolean
value = instance.IsDebugPackageInstalled
bool IsDebugPackageInstalled { get; }
property bool IsDebugPackageInstalled {
bool get ();
}
abstract IsDebugPackageInstalled : bool
function get IsDebugPackageInstalled () : boolean