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
'Usage
Dim instance As VCLinkerTool 
Dim PropName As String 
Dim PropID As Integer 
Dim returnValue As String 

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

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace