ProjectConfigurationProperties.AllowUnsafeBlocks 屬性
此成員提供只供內部使用的檔案屬性存取。如需詳細資訊,請參閱存取專案類型特定專案、專案項目和組態屬性。
命名空間: VSLangProj
組件: VSLangProj (在 vslangproj.dll 中)
語法
'宣告
Property AllowUnsafeBlocks As Boolean
'用途
Dim instance As ProjectConfigurationProperties
Dim value As Boolean
value = instance.AllowUnsafeBlocks
instance.AllowUnsafeBlocks = value
bool AllowUnsafeBlocks { get; set; }
property bool AllowUnsafeBlocks {
bool get ();
void set ([InAttribute] bool pbUnsafe);
}
/** @property */
boolean get_AllowUnsafeBlocks ()
/** @property */
void set_AllowUnsafeBlocks (/** @attribute InAttribute() */ boolean pbUnsafe)
function get AllowUnsafeBlocks () : boolean
function set AllowUnsafeBlocks (pbUnsafe : boolean)
備註
外部元件可以透過適當之 Visual Studio Atomation 物件的 Properties 集合,存取這些屬性 (也就是,ProjectItem 表示專案檔和資料夾、Project 表示專案,而 Configuration 表示組態)。此類型的成員屬性名稱可以做為 Properties 集合的索引子。如需透過 Automation 存取專案屬性的詳細資訊,請參閱存取專案類型特定專案、專案項目和組態屬性。
請參閱
參考
ProjectConfigurationProperties 介面
ProjectConfigurationProperties 成員
VSLangProj 命名空間