Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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
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
Parameters
PropName
Type: System.StringProperty name
PropID
Type: System.Int32Property ID
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.