Share via


IVsMacroRecorder.IsValidIdentifier Method

Obsolete method. Do not use.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Function IsValidIdentifier ( _
    pszIdentifier As String _
) As Integer
int IsValidIdentifier(
    string pszIdentifier
)
int IsValidIdentifier(
    [InAttribute] String^ pszIdentifier
)
abstract IsValidIdentifier : 
        pszIdentifier:string -> int
function IsValidIdentifier(
    pszIdentifier : String
) : int

Parameters

  • pszIdentifier
    Type: String

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

IVsMacroRecorder Interface

Microsoft.VisualStudio.Shell.Interop Namespace