IVsUIDataSource.QueryValue(String, String[], UInt32[], Object[]) Method

Definition

Returns the type, format and value of a property.

C#
public int QueryValue(string prop, string[] pTypeName, uint[] pDataFormat, object[] pValue);

Parameters

prop
String

[in] The name of the property

pTypeName
String[]

[out] Location to return the type name

pDataFormat
UInt32[]

[out] Location to return the format

pValue
Object[]

[out] Location to return a pointer to the interface for the property value.

Returns

Returns S_OK if the information was returned.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022