ISite.Name プロパティ

定義

クラスによって実装されるときに、 ISite に関連付けられているコンポーネントの名前を取得または設定します。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string? Name { get; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of components in the container cannot be statically discovered to validate the name.")] set; }
public string? Name { get; set; }
public string Name { get; set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of components in the container cannot be statically discovered to validate the name.")>]
member this.Name : string with get, set
member this.Name : string with get, set
Public Property Name As String

プロパティ値

ISiteに関連付けられているコンポーネントの名前。コンポーネントに名前が割り当てられていない場合はnull

属性

注釈

コンテナー内のコンポーネントには、名前が付けられている場合と、名前が付かない場合があります。 コンポーネントに名前を付ける場合、名前はコンテナー内のすべてのコンポーネント間で一意である必要があります。

適用対象