共用方式為


IAccPropServices.SetPropValue(Byte, UInt32, Guid, Object) 方法

定義

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

public:
 void SetPropValue(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid idProp, System::Object ^ var);
public void SetPropValue (ref byte pIDString, uint dwIDStringLen, Guid idProp, object var);
abstract member SetPropValue : byte * uint32 * Guid * obj -> unit
Public Sub SetPropValue (ByRef pIDString As Byte, dwIDStringLen As UInteger, idProp As Guid, var As Object)

參數

pIDString
Byte

識別要標註的可存取項目。

dwIDStringLen
UInt32

指定由 pIDString 參數識別之字串的長度。

idProp
Guid

指定要標註之可存取項目的屬性。

var
Object

指定屬性的新值。

備註

如需 的詳細資訊 IAccPropServices,請參閱 動態註釋的相關文件。

適用於