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
声明
Function get_PropertyOption ( _
PropName As String, _
PropID As Integer _
) As String
用法
Dim instance As VCLinkerTool
Dim PropName As String
Dim PropID As Integer
Dim returnValue As String
returnValue = instance.get_PropertyOption(PropName, _
PropID)
string get_PropertyOption(
string PropName,
int PropID
)
String^ get_PropertyOption(
[InAttribute] String^ PropName,
[InAttribute] int PropID
)
function get_PropertyOption(
PropName : String,
PropID : int
) : String
Parameters
PropName
Type: System.String
PropID
Type: System.Int32
Return Value
Type: System.String
Permissions
- 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.