FlexReport for WinForms
SetKeywordsAsText メソッド (DocumentInfo)


C1.Document アセンブリ > C1.Document 名前空間 > DocumentInfo クラス : SetKeywordsAsText メソッド
The space-delimited list of keywords.
Assigns the Keywords collection on the current object from a single string containing the space-delimited list of keywords. (Note that the Keywords collection is cleared by this method prior to assignment.)
シンタックス
'宣言
 
Public Sub SetKeywordsAsText( _
   ByVal value As System.String _
) 
'使用法
 
Dim instance As DocumentInfo
Dim value As System.String
 
instance.SetKeywordsAsText(value)
public void SetKeywordsAsText( 
   System.string value
)

パラメータ

value
The space-delimited list of keywords.
参照

参照

DocumentInfo クラス
DocumentInfo メンバ