次の方法で共有


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)

適用対象