IRecordInfo.GetFieldNames Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub GetFieldNames ( _
    <OutAttribute> ByRef pcNames As UInteger, _
    <OutAttribute> rgBstrNames As String() _
)
‘사용 방법
Dim instance As IRecordInfo
Dim pcNames As UInteger
Dim rgBstrNames As String()

instance.GetFieldNames(pcNames, rgBstrNames)
void GetFieldNames(
    out uint pcNames,
    string[] rgBstrNames
)
void GetFieldNames(
    [InAttribute] [OutAttribute] unsigned int% pcNames, 
    [OutAttribute] array<String^>^ rgBstrNames
)
abstract GetFieldNames : 
        pcNames:uint32 byref * 
        rgBstrNames:string[] byref -> unit 
function GetFieldNames(
    pcNames : uint, 
    rgBstrNames : String[]
)

Parameters

.NET Framework Security

See Also

Reference

IRecordInfo Interface

IRecordInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace