IUserDefinedTool.SetPropertyContainer Method (ISimplePropertyContainer)

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
Sub SetPropertyContainer ( _
    pPropContainer As ISimplePropertyContainer _
)
'Usage
Dim instance As IUserDefinedTool 
Dim pPropContainer As ISimplePropertyContainer

instance.SetPropertyContainer(pPropContainer)
void SetPropertyContainer(
    ISimplePropertyContainer pPropContainer
)
void SetPropertyContainer(
    [InAttribute] ISimplePropertyContainer^ pPropContainer
)
function SetPropertyContainer(
    pPropContainer : ISimplePropertyContainer
)

Parameters

Implements

IGenericUserDefinedTool.SetPropertyContainer(ISimplePropertyContainer)

.NET Framework Security

See Also

Reference

IUserDefinedTool Interface

IUserDefinedTool Members

SetPropertyContainer Overload

Microsoft.VisualStudio.VCProjectEngine Namespace