VCLinkerTool.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 ( _
    PropName As String, _
    PropID As Integer _
) As String
string get_PropertyOption(
    string PropName,
    int PropID
)
String^ get_PropertyOption(
    [InAttribute] String^ PropName, 
    [InAttribute] int PropID
)
abstract get_PropertyOption : 
        PropName:string * 
        PropID:int -> string 
function get_PropertyOption(
    PropName : String, 
    PropID : int
) : String

Parameters

Return Value

Type: System.String
A string.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace