CodeActivityPublicEnvironmentAccessor.TryGetReferenceToPublicLocation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティビティがパブリックな場所の参照を取得しようとするかどうかを示す値を返します。
public:
bool TryGetReferenceToPublicLocation(System::Activities::LocationReference ^ publicReference, [Runtime::InteropServices::Out] System::Activities::LocationReference ^ % equivalentReference);
public bool TryGetReferenceToPublicLocation(System.Activities.LocationReference publicReference, out System.Activities.LocationReference equivalentReference);
member this.TryGetReferenceToPublicLocation : System.Activities.LocationReference * LocationReference -> bool
Public Function TryGetReferenceToPublicLocation (publicReference As LocationReference, ByRef equivalentReference As LocationReference) As Boolean
パラメーター
- publicReference
- LocationReference
パブリック参照の場所。
- equivalentReference
- LocationReference
同等の参照場所。
返品
true アクティビティがパブリックな場所の参照を取得しようとする場合。それ以外の場合は false。