PropertyInformation.Source プロパティ

定義

構成属性に対応するソース ファイルを取得します。

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

プロパティ値

PropertyInformation オブジェクトのソース ファイル。

次のコード例では、 プロパティの使用方法 Source を示します。 このコード例は、PropertyInformation クラスのために提供されている大規模な例の一部です。

// Display the Source property.
Console.WriteLine("Source: {0}", propertyItem.Source);
' Display the Source property.
Console.WriteLine("Source: {0}", propertyItem.Source)

適用対象