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

Permissions

See Also

Reference

IToolPropertyWriter Interface

IToolPropertyWriter Members

Microsoft.VisualStudio.VCProjectEngine Namespace