AdoDotNetObjectIdentifierConverter.SplitIntoParts Method

Divides the specified string version of an identifier into a set of formatted identifier parts by using the identifier separator character.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣告
Protected Overrides Function SplitIntoParts ( _
    typeName As String, _
    identifier As String _
) As String()
protected override string[] SplitIntoParts(
    string typeName,
    string identifier
)
protected:
virtual array<String^>^ SplitIntoParts(
    String^ typeName, 
    String^ identifier
) override
abstract SplitIntoParts : 
        typeName:string * 
        identifier:string -> string[] 
override SplitIntoParts : 
        typeName:string * 
        identifier:string -> string[] 
protected override function SplitIntoParts(
    typeName : String, 
    identifier : String
) : String[]

Parameters

  • identifier
    Type: System.String
    The identifier to split into parts.

Return Value

Type: array<System.String[]
An array of string values representing each an identifier extracted from the input string.

.NET Framework Security

See Also

Reference

AdoDotNetObjectIdentifierConverter Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace