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
'Declaración
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.