VCAppVerifierTool.get_PropertyOption Method

This API supports the .NET Framework 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)

Syntax

'Declaration
Function get_PropertyOption ( _
    Prop As String, _
    dispidProp As Integer _
) As String
string get_PropertyOption(
    string Prop,
    int dispidProp
)
String^ get_PropertyOption(
    [InAttribute] String^ Prop, 
    [InAttribute] int dispidProp
)
abstract get_PropertyOption : 
        Prop:string * 
        dispidProp:int -> string
function get_PropertyOption(
    Prop : String, 
    dispidProp : int
) : String

Parameters

  • Prop
    Type: String

    Property

  • dispidProp
    Type: Int32

    ID of the property option to get.

Return Value

Type: String
A string.

.NET Framework Security

See Also

Reference

VCAppVerifierTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace