VCCLCompilerTool.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
'Usage
Dim instance As VCCLCompilerTool 
Dim Prop As String 
Dim dispidProp As Integer 
Dim returnValue As String 

returnValue = instance.get_PropertyOption(Prop, _
    dispidProp)
string get_PropertyOption(
    string Prop,
    int dispidProp
)
String^ get_PropertyOption(
    [InAttribute] String^ Prop, 
    [InAttribute] int dispidProp
)
function get_PropertyOption(
    Prop : String, 
    dispidProp : int
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VCCLCompilerTool Interface

VCCLCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace