共用方式為


ShareProvider.Tag 屬性

定義

取得或設定共用提供者的標記。

public:
 property Platform::Object ^ Tag { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Tag();

void Tag(IInspectable value);
public object Tag { get; set; }
var object = shareProvider.tag;
shareProvider.tag = object;
Public Property Tag As Object

屬性值

Object

Platform::Object

IInspectable

共用提供者的標記。

適用於