IToolPropertyWriter.WriteProperty 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
声明
Sub WriteProperty ( _
Name As String, _
Value As String _
)
用法
Dim instance As IToolPropertyWriter
Dim Name As String
Dim Value As String
instance.WriteProperty(Name, Value)
void WriteProperty(
string Name,
string Value
)
void WriteProperty(
[InAttribute] String^ Name,
[InAttribute] String^ Value
)
function WriteProperty(
Name : String,
Value : String
)
Parameters
Name
Type: System.String
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.