Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
public DataObjectIdentifierResolver ObjectIdentifierResolver { get; }
public:
property DataObjectIdentifierResolver^ ObjectIdentifierResolver {
DataObjectIdentifierResolver^ get ();
}
member ObjectIdentifierResolver : DataObjectIdentifierResolver with get
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.