VCCodeProperty.Setter 属性
获取或设置一个对象,该对象定义设置属性的代码。
命名空间: Microsoft.VisualStudio.VCCodeModel
程序集: Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)
语法
声明
Property Setter As CodeFunction
CodeFunction Setter { get; set; }
property CodeFunction^ Setter {
CodeFunction^ get ();
void set (CodeFunction^ value);
}
abstract Setter : CodeFunction with get, set
function get Setter () : CodeFunction
function set Setter (value : CodeFunction)
属性值
类型:CodeFunction
一个 CodeFunction 对象。
备注
Setter 返回作为此属性的 setter 的代码函数(如果有的话)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
Microsoft.VisualStudio.VCCodeModel 命名空间