更新:2007 年 11 月
取得或設定資料產生器的設計工具樣式。
命名空間: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
組件: Microsoft.VisualStudio.TeamSystem.Data (在 Microsoft.VisualStudio.TeamSystem.Data.dll 中)
語法
Public Property DesignerStyles As GeneratorDesignerStyles
Dim instance As GeneratorStylesAttribute
Dim value As GeneratorDesignerStyles
value = instance.DesignerStyles
instance.DesignerStyles = value
public GeneratorDesignerStyles DesignerStyles { get; set; }
public:
property GeneratorDesignerStyles DesignerStyles {
GeneratorDesignerStyles get ();
void set (GeneratorDesignerStyles value);
}
public function get DesignerStyles () : GeneratorDesignerStyles
public function set DesignerStyles (value : GeneratorDesignerStyles)
屬性值
型別:Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.GeneratorDesignerStyles
其中一個 GeneratorDesignerStyles 值。
備註
FilterOnCoercibleOutputs 是預設值。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator 命名空間