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.ProjectAggregator
Assembly: Microsoft.VisualStudio.ProjectAggregator (in Microsoft.VisualStudio.ProjectAggregator.dll)
Syntax
'Dichiarazione
Sub SetInner ( _
punkInner As Object _
)
'Utilizzo
Dim instance As IVSProjectAggregator
Dim punkInner As Object
instance.SetInner(punkInner)
void SetInner(
Object punkInner
)
void SetInner(
[InAttribute] Object^ punkInner
)
abstract SetInner :
punkInner:Object -> unit
function SetInner(
punkInner : Object
)
Parameters
- punkInner
Type: System.Object
.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.