IDesignerDebugView.SelectedLocation プロパティ

定義

派生クラスで実装された場合は、選択した SourceLocationを取得します。

public:
 property System::Activities::Debugger::SourceLocation ^ SelectedLocation { System::Activities::Debugger::SourceLocation ^ get(); };
public System.Activities.Debugger.SourceLocation SelectedLocation { get; }
member this.SelectedLocation : System.Activities.Debugger.SourceLocation
Public ReadOnly Property SelectedLocation As SourceLocation

プロパティ値

選択したソースの場所。

適用対象