PortBinding.SetPropertyValue(Type, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual void SetPropertyValue(Type ^ prop, System::Object ^ val);
public virtual void SetPropertyValue (Type prop, object val);
abstract member SetPropertyValue : Type * obj -> unit
override this.SetPropertyValue : Type * obj -> unit
Public Overridable Sub SetPropertyValue (prop As Type, val As Object)
參數
- prop
- Type
- val
- Object