TypeIdentifier Constructor (String)
Initializes a new instance of the TypeIdentifier class.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Sub New ( _
fullyQualifiedName As String _
)
public TypeIdentifier(
string fullyQualifiedName
)
public:
TypeIdentifier(
String^ fullyQualifiedName
)
new :
fullyQualifiedName:string -> TypeIdentifier
public function TypeIdentifier(
fullyQualifiedName : String
)
Parameters
- fullyQualifiedName
Type: System.String
The fully-qualified name of the type.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | fullyQualifiedName is nulla null reference (Nothing in Visual Basic). |
Remarks
Creates a new type identifier for a fully-qualified type name. This type name may be assembly-qualified. If it is not assembly-qualified, the type name is resolved through the platform references.
.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.