ModelBusReferenceExtensionMethods Class

 

Extension methods for ModelBusReference

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Integration.Picker::ModelBusReferenceExtensionMethods

[ExtensionAttribute]
public ref class ModelBusReferenceExtensionMethods abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticApplyAdapterLimitations(IEnumerable<ModelBusAdapterManager^>^, IModelBrowserHost^)

Applies filtering based on the host's metadata, by using the first found ApplyAdapterLimitationsAttribute.

System_CAPS_pubmethodSystem_CAPS_staticApplyElementTypeLimitations(IEnumerable<SupportedType^>^, IModelBrowserHost^)

Applies filtering based on the host's metadata, by using the first found ApplyElementTypeLimitationsAttribute.

System_CAPS_pubmethodSystem_CAPS_staticGetDisplayName(ModelBusReference^)

Extension method that returns the calculated display name

System_CAPS_pubmethodSystem_CAPS_staticIsValidModelReference(ModelBusReference^)

Extension method that returns whether the model-part of the reference is valid

System_CAPS_pubmethodSystem_CAPS_staticIsValidReference(ModelBusReference^)

Extension method that returns whether the whole reference is valid

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: