DataObjectIdentifierResolver.QuickExpandIdentifier(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies an algorithm for quickly expanding an identifier, if possible.
protected:
virtual cli::array <System::Object ^> ^ QuickExpandIdentifier(System::String ^ typeName, cli::array <System::Object ^> ^ partialIdentifier);
protected virtual object[] QuickExpandIdentifier (string typeName, object[] partialIdentifier);
abstract member QuickExpandIdentifier : string * obj[] -> obj[]
override this.QuickExpandIdentifier : string * obj[] -> obj[]
Protected Overridable Function QuickExpandIdentifier (typeName As String, partialIdentifier As Object()) As Object()
Parameters
- typeName
- String
The name of a type of data object.
- partialIdentifier
- Object[]
A partial identifier of a data object.
Returns
Object[]
Returns the expanded identifier, or returns null if it was not possible to quickly expand the identifier.
Exceptions
The typeName
parameter is null.