VirtualTypeImplementor.SetPropertyValue 方法
将请求的属性的值。
命名空间: Microsoft.VisualStudio.Shell.Design
程序集: Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)
语法
声明
Public Overridable Sub SetPropertyValue ( _
propertyInfo As PropertyInfo, _
instance As Object, _
value As Object, _
args As Object() _
)
public virtual void SetPropertyValue(
PropertyInfo propertyInfo,
Object instance,
Object value,
Object[] args
)
参数
- propertyInfo
类型:System.Reflection.PropertyInfo
- instance
类型:System.Object
的实例属性的设置。,如果属性是静态的,则可能是 nullnull 引用(在 Visual Basic 中为 Nothing) 。
- value
类型:System.Object
使用参数化属性的可选参数。这不会 nullnull 引用(在 Visual Basic 中为 Nothing),,但可能为空数组。
- args
类型:array<System.Object[]
属性的新值。
异常
异常 | 条件 |
---|---|
NotImplementedException | 如果非抽象派生类不通过重写此方法提供的实现。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。