示例#1
0
 public static extern CXString BlockCommandComment_getArgText(CXComment @Comment, uint @ArgIdx);
示例#2
0
 public static extern CXString HTMLTagComment_getAsString(CXComment @Comment);
示例#3
0
 public static extern uint Comment_getNumChildren(CXComment @Comment);
示例#4
0
 public static extern uint TParamCommandComment_isParamPositionValid(CXComment @Comment);
示例#5
0
 public static extern uint TParamCommandComment_getIndex(CXComment @Comment, uint @Depth);
示例#6
0
 public static extern uint ParamCommandComment_getParamIndex(CXComment @Comment);
示例#7
0
 public static extern CXCommentParamPassDirection ParamCommandComment_getDirection(CXComment @Comment);
示例#8
0
 public static extern CXCommentInlineCommandRenderKind InlineCommandComment_getRenderKind(CXComment @Comment);
示例#9
0
 public static extern uint InlineCommandComment_getNumArgs(CXComment @Comment);
示例#10
0
 public static extern CXString TextComment_getText(CXComment @Comment);
示例#11
0
 public static extern CXString InlineCommandComment_getCommandName(CXComment @Comment);
示例#12
0
 public static extern uint InlineContentComment_hasTrailingNewline(CXComment @Comment);
示例#13
0
 public static extern uint Comment_isWhitespace(CXComment @Comment);
示例#14
0
 public static extern CXComment Comment_getChild(CXComment @Comment, uint @ChildIdx);
示例#15
0
 public static extern CXComment BlockCommandComment_getParagraph(CXComment @Comment);
示例#16
0
 public static extern CXString HTMLTagComment_getTagName(CXComment @Comment);
示例#17
0
 public static extern uint ParamCommandComment_isParamIndexValid(CXComment @Comment);
示例#18
0
 public static extern uint HTMLStartTagComment_isSelfClosing(CXComment @Comment);
示例#19
0
 public static extern uint ParamCommandComment_isDirectionExplicit(CXComment @Comment);
示例#20
0
 public static extern uint HTMLStartTag_getNumAttrs(CXComment @Comment);
示例#21
0
 public static extern CXString TParamCommandComment_getParamName(CXComment @Comment);
示例#22
0
 public static extern CXString HTMLStartTag_getAttrValue(CXComment @Comment, uint @AttrIdx);
示例#23
0
 public static extern uint TParamCommandComment_getDepth(CXComment @Comment);
示例#24
0
 public static extern CXString BlockCommandComment_getCommandName(CXComment @Comment);
示例#25
0
 public static extern CXString VerbatimLineComment_getText(CXComment @Comment);
示例#26
0
 public static extern uint BlockCommandComment_getNumArgs(CXComment @Comment);
示例#27
0
 public static extern CXString FullComment_getAsXML(CXComment @Comment);
示例#28
0
 public static extern CXCommentKind Comment_getKind(CXComment @Comment);