共用方式為


ContactWebsite.RawValue 屬性

定義

取得或設定連絡人的原始網站位址。 未檢查此位址是否有有效的 URI formatti.ng

public:
 property Platform::String ^ RawValue { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RawValue();

void RawValue(winrt::hstring value);
public string RawValue { get; set; }
var string = contactWebsite.rawValue;
contactWebsite.rawValue = string;
Public Property RawValue As String

屬性值

String

Platform::String

winrt::hstring

連絡人的原始網站位址。

Windows 需求

應用程式功能
contactsSystem

適用於