IGetTextFormatAtIndex Method (INote)
Obsolete. Superseded by IAnnotation::GetTextFormat and IAnnotation::GetTextFormat.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetTextFormatAtIndex( _
ByVal Index As Integer _
) As TextFormat |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim Index As Integer
Dim value As TextFormat
value = instance.IGetTextFormatAtIndex(Index)
|
C# | |
---|
TextFormat IGetTextFormatAtIndex(
int Index
) |
C++/CLI | |
---|
TextFormat^ IGetTextFormatAtIndex(
& int Index
) |
Parameters
- Index
-
See Also