Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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