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 SaveProperties ( _
pXML As IToolPropertyWriter _
)
用法
Dim instance As IGenericUserDefinedTool
Dim pXML As IToolPropertyWriter
instance.SaveProperties(pXML)
void SaveProperties(
IToolPropertyWriter pXML
)
void SaveProperties(
[InAttribute] IToolPropertyWriter^ pXML
)
function SaveProperties(
pXML : IToolPropertyWriter
)
Parameters
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.
See Also
Reference
IGenericUserDefinedTool Interface