次の方法で共有


CustomPeerResolverService.ControlShape プロパティ

定義

ピア リゾルバー サービスが参照を共有するかどうかを取得または設定します。

public:
 property bool ControlShape { bool get(); void set(bool value); };
public bool ControlShape { get; set; }
member this.ControlShape : bool with get, set
Public Property ControlShape As Boolean

プロパティ値

ピア リゾルバー サービスが参照を共有する場合は True。共有しない場合は False。

適用対象