CSharpProjectConfigurationProperties3.GenerateSerializationAssemblies 屬性
這個成員提供只供內部使用的 C# 專案組態屬性存取。 如需詳細資訊,請參閱存取專案類型特定專案、專案項目和組態屬性。
命名空間: VSLangProj80
組件: VSLangProj80 (在 VSLangProj80.dll 中)
語法
'宣告
Property GenerateSerializationAssemblies As sgenGenerationOption
Get
Set
sgenGenerationOption GenerateSerializationAssemblies { get; set; }
property sgenGenerationOption GenerateSerializationAssemblies {
sgenGenerationOption get ();
void set (sgenGenerationOption value);
}
abstract GenerateSerializationAssemblies : sgenGenerationOption with get, set
function get GenerateSerializationAssemblies () : sgenGenerationOption
function set GenerateSerializationAssemblies (value : sgenGenerationOption)
屬性值
型別:VSLangProj80.sgenGenerationOption
實作
ProjectConfigurationProperties3.GenerateSerializationAssemblies
備註
外部元件可以透過適當之 Visual Studio Automation 物件的 Properties 集合,存取這些屬性。 (也就是,ProjectItem 表示專案檔和資料夾、Project 表示專案,而 Configuration 表示組態)。 這個成員名稱可以做為 Properties 集合的索引子。 如需透過 Automation 存取專案屬性的詳細資訊,請參閱存取專案類型特定專案、專案項目和組態屬性和 HOW TO:存取特定專案類型的組態屬性。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
CSharpProjectConfigurationProperties3 介面