共用方式為


IVsMacroRecorder.IsValidIdentifier Method

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

Syntax

'宣告
Function IsValidIdentifier ( _
    pszIdentifier As String _
) As Integer
'用途
Dim instance As IVsMacroRecorder
Dim pszIdentifier As String
Dim returnValue As Integer

returnValue = instance.IsValidIdentifier(pszIdentifier)
int IsValidIdentifier(
    string pszIdentifier
)
int IsValidIdentifier(
    [InAttribute] String^ pszIdentifier
)
abstract IsValidIdentifier : 
        pszIdentifier:string -> int 
function IsValidIdentifier(
    pszIdentifier : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMacroRecorder Interface

IVsMacroRecorder Members

Microsoft.VisualStudio.Shell.Interop Namespace