ITypeInfo.RemoteGetNames Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
Sub RemoteGetNames ( _
    memid As Integer, _
    <OutAttribute> ByRef rgBstrNames As String, _
    cMaxNames As UInteger, _
    <OutAttribute> ByRef pcNames As UInteger _
)
用法
Dim instance As ITypeInfo
Dim memid As Integer
Dim rgBstrNames As String
Dim cMaxNames As UInteger
Dim pcNames As UInteger

instance.RemoteGetNames(memid, rgBstrNames, _
    cMaxNames, pcNames)
void RemoteGetNames(
    int memid,
    out string rgBstrNames,
    uint cMaxNames,
    out uint pcNames
)
void RemoteGetNames(
    [InAttribute] int memid, 
    [OutAttribute] String^% rgBstrNames, 
    [InAttribute] unsigned int cMaxNames, 
    [OutAttribute] unsigned int% pcNames
)
function RemoteGetNames(
    memid : int, 
    rgBstrNames : String, 
    cMaxNames : uint, 
    pcNames : uint
)

Parameters

Permissions

See Also

Reference

ITypeInfo Interface

ITypeInfo Members

Microsoft.VisualStudio.VsWizard Namespace