VCLinkerTool.get_PropertyOption Method
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.String
Property name
- PropID
Type: System.Int32
Property 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.