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.
Finds a domain class by specifying its full name.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Function FindDomainClass ( _
classFullName As String _
) As DomainClassInfo
public DomainClassInfo FindDomainClass(
string classFullName
)
public:
DomainClassInfo^ FindDomainClass(
String^ classFullName
)
member FindDomainClass :
classFullName:string -> DomainClassInfo
public function FindDomainClass(
classFullName : String
) : DomainClassInfo
Parameters
classFullName
Type: StringThe full name of the domain class.
Return Value
Type: Microsoft.VisualStudio.Modeling.DomainClassInfo
A DomainClassInfo object.
Remarks
The full name must include complete namespace qualifiers.
If the domain class is not found, nulla null reference (Nothing in Visual Basic) is returned.
.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.