Compartir a través de


SimpleMonikerResolver.IsFullyQualified Method

Indicates whether the input string is a fully-qualified reference.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public Shared Function IsFullyQualified ( _
    reference As String _
) As Boolean
public static bool IsFullyQualified(
    string reference
)
public:
static bool IsFullyQualified(
    String^ reference
)
static member IsFullyQualified : 
        reference:string -> bool
public static function IsFullyQualified(
    reference : String
) : boolean

Parameters

  • reference
    Type: System.String

    A reference persisted by the default XML serialization.

Return Value

Type: System.Boolean
true if the reference is fully qualified (starts with '/'); otherwise, false.

Remarks

This method indicates whether the input string is a fully-qualified reference as understood by the SimpleMonikerResolver.

.NET Framework Security

See Also

Reference

SimpleMonikerResolver Class

Microsoft.VisualStudio.Modeling Namespace