次の方法で共有


ProjectConfigurationProperties.DocumentationFile プロパティ

このメンバで、ファイルのプロパティに対して内部のみのアクセスが実現します。詳細については、「プロジェクトの種類に固有のプロジェクト、プロジェクト項目、および構成プロパティへのアクセス」を参照してください。

名前空間: VSLangProj
アセンブリ: VSLangProj (vslangproj.dll 内)

構文

'宣言
Property DocumentationFile As String
'使用
Dim instance As ProjectConfigurationProperties
Dim value As String

value = instance.DocumentationFile

instance.DocumentationFile = value
string DocumentationFile { get; set; }
property String^ DocumentationFile {
    String^ get ();
    void set ([InAttribute] String^ pbstrDocumentationFile);
}
/** @property */
String get_DocumentationFile ()

/** @property */
void set_DocumentationFile (/** @attribute InAttribute() */ String pbstrDocumentationFile)
function get DocumentationFile () : String

function set DocumentationFile (pbstrDocumentationFile : String)

解説

外部のコンポーネントは、適切な Visual Studio オートメーション オブジェクトの Properties コレクションによって、このプロパティにアクセスできます(つまり、プロジェクト ファイルとフォルダの場合は ProjectItem、プロジェクトの場合は Project、構成の場合は Configuration です)。この型のメンバのプロパティ名は、Properties コレクションへのインデクサとして使用できます。オートメーションによってプロジェクトのプロパティにアクセスする方法の詳細については、「プロジェクトの種類に固有のプロジェクト、プロジェクト項目、および構成プロパティへのアクセス」を参照してください。

参照

関連項目

ProjectConfigurationProperties インターフェイス
ProjectConfigurationProperties メンバ
VSLangProj 名前空間