XFileData.SetData Method

Language:

Note: This documentation is preliminary and is subject to change.

Sets a range of data.

Definition

Visual Basic .NET Public Sub SetData( _
    ByVal data As Object _
)
C# public void SetData(
    object data
);
Managed C++ public: void SetData(
    Object *data
);
JScript .NET public function SetData(
    data : Object
);

Parameters

data System.Object. An Object Leave Site that contains the data to set into this XFileData object.

Remarks

Exception GraphicsException.ErrorCode Cause
GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.
XFileErrorCodes.NoMoreObjects No more child objects are available.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.