Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Public Sub New ( _
inner As IDataObject _
)
'Utilizzo
Dim inner As IDataObject
Dim instance As New SettableOleDataObject(inner)
public SettableOleDataObject(
IDataObject inner
)
public:
SettableOleDataObject(
IDataObject^ inner
)
new :
inner:IDataObject -> SettableOleDataObject
public function SettableOleDataObject(
inner : IDataObject
)
Parameters
- inner
Type: System.Windows.Forms.IDataObject
.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.