ExperimentalAttribute.UrlFormat プロパティ

定義

対応するドキュメントの URL を取得または設定します。 この API は、実際の URL ではなく書式指定文字列を受け取り、診断 ID を含む汎用 URL を作成します。

public:
 property System::String ^ UrlFormat { System::String ^ get(); void set(System::String ^ value); };
public string? UrlFormat { get; set; }
member this.UrlFormat : string with get, set
Public Property UrlFormat As String

プロパティ値

対応するドキュメントの URL を表す書式指定文字列。

注釈

書式指定文字列の例が https://contoso.com/obsoletion-warnings/{0}

適用対象