Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This method returns the moniker resolvers for each of the domain models in the store
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Protected Friend Overridable Function GetMonikerResolvers ( _
store As Store _
) As IDictionary(Of Guid, IMonikerResolver)
protected internal virtual IDictionary<Guid, IMonikerResolver> GetMonikerResolvers(
Store store
)
protected public:
virtual IDictionary<Guid, IMonikerResolver^>^ GetMonikerResolvers(
Store^ store
)
abstract GetMonikerResolvers :
store:Store -> IDictionary<Guid, IMonikerResolver>
override GetMonikerResolvers :
store:Store -> IDictionary<Guid, IMonikerResolver>
function GetMonikerResolvers(
store : Store
) : IDictionary<Guid, IMonikerResolver>
Parameters
- store
Type: Microsoft.VisualStudio.Modeling.Store
Store on which the moniker resolvers are set up.
Return Value
Type: System.Collections.Generic.IDictionary<Guid, IMonikerResolver>
.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.