Share via


VCWebServiceProxyGeneratorTool.get_PropertyOption, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Function get_PropertyOption ( _
    Prop As String, _
    dispidProp As Integer _
) As String
string get_PropertyOption(
    string Prop,
    int dispidProp
)
String^ get_PropertyOption(
    [InAttribute] String^ Prop, 
    [InAttribute] int dispidProp
)
abstract get_PropertyOption : 
        Prop:string * 
        dispidProp:int -> string
function get_PropertyOption(
    Prop : String, 
    dispidProp : int
) : String

Paramètres

  • Prop
    Type : String

    Propriété.

  • dispidProp
    Type : Int32

    ID de l'option de propriété à obtenir.

Valeur de retour

Type : String
une chaîne ;

Sécurité .NET Framework

Voir aussi

Référence

VCWebServiceProxyGeneratorTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms