BlueprintNodeCollection.GenerateValidIdentifier 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 Function GenerateValidIdentifier ( _
    baseName As String _
) As String
'Usage
Dim baseName As String 
Dim returnValue As String 

returnValue = Me.GenerateValidIdentifier(baseName)
protected internal virtual string GenerateValidIdentifier(
    string baseName
)
protected public:
virtual String^ GenerateValidIdentifier(
    String^ baseName
)
protected internal function GenerateValidIdentifier(
    baseName : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BlueprintNodeCollection Class

BlueprintNodeCollection Members

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