Freigeben über


VCLinkerTool.get_PropertyOption-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur zur internen Verwendung von Microsoft.

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

Parameter

Rückgabewert

Typ: System.String
Eine Zeichenfolge.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCLinkerTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace