VCMidlTool::get_PropertyOption Method (String^, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

String^ get_PropertyOption(
	String^ Prop,
	int dispidProp
)

Parameters

Prop
Type: System::String^

Property.

dispidProp
Type: System::Int32

ID of the property option to get.

Return Value

Type: System::String^

A string.

Return to top
Show: