IVsToolboxPageChooser.GetPreferredToolboxPage Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
Function GetPreferredToolboxPage ( _
<OutAttribute> ByRef pguidPage As Guid _
) As Integer
'Uso
Dim instance As IVsToolboxPageChooser
Dim pguidPage As Guid
Dim returnValue As Integer
returnValue = instance.GetPreferredToolboxPage(pguidPage)
int GetPreferredToolboxPage(
out Guid pguidPage
)
int GetPreferredToolboxPage(
[OutAttribute] Guid% pguidPage
)
abstract GetPreferredToolboxPage :
pguidPage:Guid byref -> int
function GetPreferredToolboxPage(
pguidPage : Guid
) : int
Parameters
- pguidPage
Type: System.Guid%
Return Value
Type: System.Int32
.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.