DSRefClipboardObject.SetDSRef(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the DSRef object to the DSRefClipboardObject.
public:
virtual void SetDSRef(System::Object ^ dsRef);
public virtual void SetDSRef (object dsRef);
abstract member SetDSRef : obj -> unit
override this.SetDSRef : obj -> unit
Public Overridable Sub SetDSRef (dsRef As Object)
Parameters
- dsRef
- Object
The DSRef object.
Exceptions
The dsRef
parameter is invalid.