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