IVsXMLMemberData5.SetOptions(UInt32) 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.
Sets the specified options for XML member data elements.
public:
int SetOptions(System::UInt32 options);
public:
int SetOptions(unsigned int options);
int SetOptions(unsigned int options);
public int SetOptions (uint options);
abstract member SetOptions : uint32 -> int
Public Function SetOptions (options As UInteger) As Integer
Parameters
- options
- UInt32
[in] An __XMLMEMBERDATA_OPTIONS enumeration that specifies the options.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.