Share via


BaseDocData.OnGetFormatList Method

Called to get the format list.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected MustOverride Function OnGetFormatList ( _
    <OutAttribute> ByRef ppszFormatList As String _
) As Integer
'Usage
Dim ppszFormatList As String
Dim returnValue As Integer

returnValue = Me.OnGetFormatList(ppszFormatList)
protected abstract int OnGetFormatList(
    out string ppszFormatList
)
protected:
virtual int OnGetFormatList(
    [OutAttribute] String^% ppszFormatList
) abstract
protected abstract function OnGetFormatList(
    ppszFormatList : String
) : int
abstract OnGetFormatList : 
        ppszFormatList:string -> int 

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

BaseDocData Class

BaseDocData Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace