BlueprintNode.SetTagInternal Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Sub SetTagInternal ( _
    tag As Object _
)
'Usage
Dim tag As Object 

Me.SetTagInternal(tag)
protected internal void SetTagInternal(
    Object tag
)
protected public:
void SetTagInternal(
    Object^ tag
)
protected internal function SetTagInternal(
    tag : Object
)

Parameters

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace