ExpansionFunction.GetFieldValue(String, String) Method

Definition

Gets the value of the specified field.

C++/WinRT
bool GetFieldValue(std::wstring const & name, [Runtime::InteropServices::Out] std::wstring const & & value);

Parameters

name
String

[in] The name of the field for which to get a value.

value
String

[out] Returns the requested value or null if the value could not be obtained.

Returns

If the value was obtained, returns true; otherwise, returns false.

Remarks

This method is called from the GetArgument method to retrieve the value of a particular field by name. The name is not case-sensitive. You can call this method directly from your implementation of the GetCurrentValue method to obtain an argument by name.

This method calls the GetFieldValue method on the IVsExpansionSession object that is held by the ExpansionProvider object.

Applies to

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