次の方法で共有


VersionControlPath.IsValidFolderName Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'宣言
Public Shared Function IsValidFolderName ( _
    name As String, _
    <OutAttribute> ByRef error As String _
) As Boolean
public static bool IsValidFolderName(
    string name,
    out string error
)
public:
static bool IsValidFolderName(
    String^ name, 
    [OutAttribute] String^% error
)
static member IsValidFolderName : 
        name:string * 
        error:string byref -> bool 
public static function IsValidFolderName(
    name : String, 
    error : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VersionControlPath Class

Microsoft.TeamFoundation.VersionControl.Common Namespace