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.
Retrieves an object that can resolve data object identifiers through both expansion and contraction.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectIdentifierResolver As DataObjectIdentifierResolver
Get
public DataObjectIdentifierResolver ObjectIdentifierResolver { get; }
public:
property DataObjectIdentifierResolver^ ObjectIdentifierResolver {
DataObjectIdentifierResolver^ get ();
}
member ObjectIdentifierResolver : DataObjectIdentifierResolver
function get ObjectIdentifierResolver () : DataObjectIdentifierResolver
Property Value
Type: Microsoft.VisualStudio.Data.DataObjectIdentifierResolver
Returns a DataObjectIdentifierResolver object instance, which can resolve data object identifiers using expansion, defined as completion of identifier parts, and contraction, reducing the identifier to its minimal representation.
.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.