The values of the specified properties.
[Visual Basic 6.0] Sub GetProperties(
ByVal names As Variant, _
values As Variant _
)
[Visual Basic .NET] Public Sub GetProperties ( _ ByVal names As Object, _ ByRef values As Object _ )
[C#] public void GetProperties ( object names, ref object values );
[Java] public void getProperties ( Object names, Object values ) throws IOException, AutomationException
[C++]
HRESULT GetProperties(
VARIANT names,
VARIANT* values
);
Parameters
names [in]
names is a parameter of type VARIANT
values [out]
values is a parameter of type VARIANT
The GetProperties method returns values from a PropertySet CoClass.
The Name parameter for the GetProperties method uses XSL Patterns. More information is available through the IXmlPropertySet documentation.