BookmarkScopeHandle.CreateBookmarkScope Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt einen neuen BookmarkScope.
Überlädt
CreateBookmarkScope(NativeActivityContext) |
Erstellt einen neuen BookmarkScope. |
CreateBookmarkScope(NativeActivityContext, Guid) |
Erstellt einen neuen BookmarkScope. |
CreateBookmarkScope(NativeActivityContext)
Erstellt einen neuen BookmarkScope.
public:
void CreateBookmarkScope(System::Activities::NativeActivityContext ^ context);
public void CreateBookmarkScope (System.Activities.NativeActivityContext context);
member this.CreateBookmarkScope : System.Activities.NativeActivityContext -> unit
Public Sub CreateBookmarkScope (context As NativeActivityContext)
Parameter
- context
- NativeActivityContext
Der Aktivitätskontext.
Gilt für:
CreateBookmarkScope(NativeActivityContext, Guid)
Erstellt einen neuen BookmarkScope.
public:
void CreateBookmarkScope(System::Activities::NativeActivityContext ^ context, Guid scopeId);
public void CreateBookmarkScope (System.Activities.NativeActivityContext context, Guid scopeId);
member this.CreateBookmarkScope : System.Activities.NativeActivityContext * Guid -> unit
Public Sub CreateBookmarkScope (context As NativeActivityContext, scopeId As Guid)
Parameter
- context
- NativeActivityContext
Der Aktivitätskontext.
- scopeId
- Guid
Ein eindeutiger globaler Bezeichner, der diesem BookmarkScope zugeordnet ist.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.