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 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