次の方法で共有


INestedSite.FullName プロパティ

定義

このサイト内のコンポーネントの完全な名前を取得します。

public:
 property System::String ^ FullName { System::String ^ get(); };
public string? FullName { get; }
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String

プロパティ値

このサイト内のコンポーネントの完全な名前。

注釈

FullName プロパティは、このサイトのコンポーネントの完全な名前を [owner] の形式で返します。component].このコンポーネントのサイトに null 名がある場合、プロパティはnullも返します。

適用対象