Share via


ModelBusReferenceExtensionMethods.IsValidReference Method

Extension method that returns whether the whole reference is valid

Namespace:  Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function IsValidReference ( _
    reference As ModelBusReference _
) As Boolean
public static bool IsValidReference(
    this ModelBusReference reference
)
[ExtensionAttribute]
public:
static bool IsValidReference(
    ModelBusReference^ reference
)
static member IsValidReference : 
        reference:ModelBusReference -> bool
public static function IsValidReference(
    reference : ModelBusReference
) : boolean

Parameters

Return Value

Type: Boolean
If the model part of the reference is valid

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ModelBusReference. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

ModelBusReferenceExtensionMethods Class

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace