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
声明
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
Parameters
- Prop
 Type: System.String
 Property
- dispidProp
 Type: System.Int32
 ID of property option to get.
Return Value
Type: System.String
A string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.