GetUseDocTextFormat Method (INote)
Obsolete. Superseded by IAnnotation::GetUSeDocTextFormat.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetUseDocTextFormat() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As Boolean
value = instance.GetUseDocTextFormat()
|
C# | |
---|
bool GetUseDocTextFormat() |
C++/CLI | |
---|
bool GetUseDocTextFormat(); |
See Also