Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the input string is a fully-qualified reference.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: StringA reference persisted by the default XML serialization.
Return Value
Type: 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.