Indicates whether the input string is a fully-qualified reference.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Shared Function IsFullyQualified ( _
reference As String _
) As Boolean
'Usage
Dim reference As String
Dim returnValue As Boolean
returnValue = SimpleMonikerResolver.IsFullyQualified(reference)
public static bool IsFullyQualified(
string reference
)
public:
static bool IsFullyQualified(
String^ reference
)
public static function IsFullyQualified(
reference : String
) : boolean
Parameters
reference
Type: System.StringA 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.