BlueprintNodeCollection.OnIdentifierAdded 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 Overridable Sub OnIdentifierAdded ( _
identifier As String _
)
'Usage
Dim identifier As String
Me.OnIdentifierAdded(identifier)
protected internal virtual void OnIdentifierAdded(
string identifier
)
protected public:
virtual void OnIdentifierAdded(
String^ identifier
)
protected internal function OnIdentifierAdded(
identifier : String
)
Parameters
- identifier
Type: System.String
.NET Framework Security
- 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
BlueprintNodeCollection Members
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace