ModelBusReferenceExtensionMethods Class
Extension methods for ModelBusReference
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Integration.Picker.ModelBusReferenceExtensionMethods
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ModelBusReferenceExtensionMethods
public static class ModelBusReferenceExtensionMethods
[ExtensionAttribute]
public ref class ModelBusReferenceExtensionMethods abstract sealed
[<AbstractClass>]
[<Sealed>]
type ModelBusReferenceExtensionMethods = class end
public final class ModelBusReferenceExtensionMethods
The ModelBusReferenceExtensionMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
ApplyAdapterLimitations | Applies filtering based on the host's metadata, by using the first found ApplyAdapterLimitationsAttribute. | |
ApplyElementTypeLimitations | Applies filtering based on the host's metadata, by using the first found ApplyElementTypeLimitationsAttribute. | |
GetDisplayName | Extension method that returns the calculated display name | |
IsValidModelReference | Extension method that returns whether the model-part of the reference is valid | |
IsValidReference | Extension method that returns whether the whole reference is valid |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace