DeleteBookmarkScope.Scope プロパティ

定義

関連付けられた BookmarkScope を取得または設定します。

public:
 property System::Activities::InArgument<System::Activities::BookmarkScope ^> ^ Scope { System::Activities::InArgument<System::Activities::BookmarkScope ^> ^ get(); void set(System::Activities::InArgument<System::Activities::BookmarkScope ^> ^ value); };
public System.Activities.InArgument<System.Activities.BookmarkScope> Scope { get; set; }
member this.Scope : System.Activities.InArgument<System.Activities.BookmarkScope> with get, set
Public Property Scope As InArgument(Of BookmarkScope)

プロパティ値

関連付けられた BookmarkScope

注釈

DeleteBookmarkScope アクティビティは非推奨とされており、使用は推奨されていません。 すべての BookmarkScope 操作は、BookmarkScopeHandle を使用して実行する必要があります。

適用対象