Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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
- typeName
Type: System.String
The name of an object type.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.