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
- ppszFormatList
Type: System.String%
The resulting format list
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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace