SimpleMonikerResolver.IsFullyQualified Method
Indicates whether the input string is a fully-qualified reference.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
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
- 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.