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.
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.TypeThe 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.