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.
Extension method that returns whether the model-part of the reference is valid
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public static bool IsValidModelReference(
this ModelBusReference reference
)
public:
[ExtensionAttribute]
static bool IsValidModelReference(
ModelBusReference^ reference
)
static member IsValidModelReference :
reference:ModelBusReference -> bool
<ExtensionAttribute>
Public Shared Function IsValidModelReference (
reference As ModelBusReference
) As Boolean
Parameters
reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceModelBusReference
Return Value
Type: System.Boolean
If the model part of the reference is valid
See Also
ModelBusReferenceExtensionMethods Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top