ProjectConfigurationProperties2 介面
這個型別提供只供內部使用的檔案屬性存取。 如需詳細資訊,請參閱存取專案類型特定專案、專案項目和組態屬性。
命名空間: VSLangProj2
組件: VSLangProj2 (在 VSLangProj2.dll 中)
語法
'宣告
<GuidAttribute("3CDAA65D-1E9D-11D4-B203-00C04F79CACB")> _
Public Interface ProjectConfigurationProperties2 _
Inherits ProjectConfigurationProperties
[GuidAttribute("3CDAA65D-1E9D-11D4-B203-00C04F79CACB")]
public interface ProjectConfigurationProperties2 : ProjectConfigurationProperties
[GuidAttribute(L"3CDAA65D-1E9D-11D4-B203-00C04F79CACB")]
public interface class ProjectConfigurationProperties2 : ProjectConfigurationProperties
[<GuidAttribute("3CDAA65D-1E9D-11D4-B203-00C04F79CACB")>]
type ProjectConfigurationProperties2 =
interface
interface ProjectConfigurationProperties
end
public interface ProjectConfigurationProperties2 extends ProjectConfigurationProperties
ProjectConfigurationProperties2 類型會公開下列成員。
屬性
回頁首
備註
外部元件可以透過適當之 Visual Studio Automation 物件的 Properties 集合,存取這些屬性。(也就是,ProjectItem 表示專案檔和資料夾、Project 表示專案,而 Configuration 表示組態)。 這個型別的成員屬性名稱可以做為 Properties 集合的索引子。 如需透過 Automation 存取專案屬性的詳細資訊,請參閱存取專案類型特定專案、專案項目和組態屬性。