次の方法で共有


EventName プロパティ

名前空間:  Microsoft.DataWarehouse.Interfaces.Debugger
アセンブリ:  Microsoft.DataWarehouse.Interfaces (Microsoft.DataWarehouse.Interfaces.dll)

構文

'宣言
Public ReadOnly Property EventName As String
    Get
'使用
Dim instance As DebugExecutionEventArgs
Dim value As String

value = instance.EventName
public string EventName { get; }
public:
property String^ EventName {
    String^ get ();
}
member EventName : string
function get EventName () : String

プロパティ値

型: System. . :: . .String