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 whole 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 IsValidReference(
this ModelBusReference reference
)
public:
[ExtensionAttribute]
static bool IsValidReference(
ModelBusReference^ reference
)
static member IsValidReference :
reference:ModelBusReference -> bool
<ExtensionAttribute>
Public Shared Function IsValidReference (
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