SimpleMonikerResolver.IsFullyQualified(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Is the input string a fully qualified reference, as understood by the SimpleMonikerResolver.
public:
static bool IsFullyQualified(System::String ^ reference);
public static bool IsFullyQualified (string reference);
static member IsFullyQualified : string -> bool
Public Shared Function IsFullyQualified (reference As String) As Boolean
Parameters
- reference
- String
A reference persisted by default Xml serialization
Returns
true if the reference is fully qualified (begins with '/') false otherwise