Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the component type to the specified type.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Sub SetComponentType ( _
value As Type _
)
public void SetComponentType(
Type value
)
public:
void SetComponentType(
Type^ value
)
member SetComponentType :
value:Type -> unit
public function SetComponentType(
value : Type
)
Parameters
- value
Type: System.Type
The new component type to set.
.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.