VsExpansionManagerClass.EnumerateExpansions Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
‘선언
Public Overridable Function EnumerateExpansions ( _
guidLang As Guid, _
fShortCutOnly As Integer, _
bstrTypes As String(), _
iCountTypes As Integer, _
fIncludeNULLType As Integer, _
fIncludeDuplicates As Integer, _
<OutAttribute> ByRef pEnum As IVsExpansionEnumeration _
) As Integer
‘사용 방법
Dim instance As VsExpansionManagerClass
Dim guidLang As Guid
Dim fShortCutOnly As Integer
Dim bstrTypes As String()
Dim iCountTypes As Integer
Dim fIncludeNULLType As Integer
Dim fIncludeDuplicates As Integer
Dim pEnum As IVsExpansionEnumeration
Dim returnValue As Integer
returnValue = instance.EnumerateExpansions(guidLang, _
fShortCutOnly, bstrTypes, iCountTypes, _
fIncludeNULLType, fIncludeDuplicates, _
pEnum)
public virtual int EnumerateExpansions(
Guid guidLang,
int fShortCutOnly,
string[] bstrTypes,
int iCountTypes,
int fIncludeNULLType,
int fIncludeDuplicates,
out IVsExpansionEnumeration pEnum
)
public:
virtual int EnumerateExpansions(
[InAttribute] Guid guidLang,
[InAttribute] int fShortCutOnly,
[InAttribute] array<String^>^ bstrTypes,
[InAttribute] int iCountTypes,
[InAttribute] int fIncludeNULLType,
[InAttribute] int fIncludeDuplicates,
[OutAttribute] IVsExpansionEnumeration^% pEnum
)
abstract EnumerateExpansions :
guidLang:Guid *
fShortCutOnly:int *
bstrTypes:string[] *
iCountTypes:int *
fIncludeNULLType:int *
fIncludeDuplicates:int *
pEnum:IVsExpansionEnumeration byref -> int
override EnumerateExpansions :
guidLang:Guid *
fShortCutOnly:int *
bstrTypes:string[] *
iCountTypes:int *
fIncludeNULLType:int *
fIncludeDuplicates:int *
pEnum:IVsExpansionEnumeration byref -> int
public function EnumerateExpansions(
guidLang : Guid,
fShortCutOnly : int,
bstrTypes : String[],
iCountTypes : int,
fIncludeNULLType : int,
fIncludeDuplicates : int,
pEnum : IVsExpansionEnumeration
) : int
Parameters
- guidLang
Type: System.Guid
- fShortCutOnly
Type: System.Int32
- bstrTypes
Type: array<System.String[]
- iCountTypes
Type: System.Int32
- fIncludeNULLType
Type: System.Int32
- fIncludeDuplicates
Type: System.Int32
Return Value
Type: System.Int32
Implements
.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.