次の方法で共有


HostedFileContent.Scope プロパティ

定義

ファイルが存在するスコープ (コンテナー ID など) を取得または設定します。

public:
 property System::String ^ Scope { System::String ^ get(); void set(System::String ^ value); };
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[System.Text.Json.Serialization.JsonIgnore]
public string? Scope { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public string? Scope { get; set; }
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Scope : string with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Scope : string with get, set
Public Property Scope As String

プロパティ値

属性

注釈

設定すると、ダウンロードなどのファイル操作がこのスコープを対象とします。 たとえば、コード インタープリター ツールによって作成されたファイルはコンテナーに格納され、コンテナー ID はそれらにアクセスするために必要なスコープです。

適用対象