TypeIdentifierAttribute Constructor (String^, String^)

.NET Framework (current version)
 

Creates a new instance of the TypeIdentifierAttribute class with the specified scope and identifier.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
TypeIdentifierAttribute(
	String^ scope,
	String^ identifier
)

Parameters

scope
Type: System::String^

The first type equivalence string.

identifier
Type: System::String^

The second type equivalence string.

The scope and identifier parameters are used to establish type equivalence. They are combined into a GUID and become the key that is used for type equivalence. This constructor is particularly useful for types that do not have GUIDs in their type library.

The TypeIdentifierAttribute class internally maintains the scope and identifier parameters as private members.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: