Compartilhar via


Método VCLinkerTool.get_PropertyOption

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Uso interno do Microsoft somente.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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

Parâmetros

  • PropName
    Tipo: String

    Nome de propriedade

  • PropID
    Tipo: Int32

    Identificação de propriedade

Valor de retorno

Tipo: String
Uma cadeia de caracteres.

Segurança do .NET Framework

Consulte também

Referência

VCLinkerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine