次の方法で共有


AtomTextConstruct.ToTextConstruct メソッド

文字列を AtomTextConstruct インスタンスに変換します。

名前空間:  Microsoft.Data.OData.Atom
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public Shared Function ToTextConstruct ( _
    text As String _
) As AtomTextConstruct
'使用
Dim text As String
Dim returnValue As AtomTextConstruct

returnValue = AtomTextConstruct.ToTextConstruct(text)
public static AtomTextConstruct ToTextConstruct(
    string text
)
public:
static AtomTextConstruct^ ToTextConstruct(
    String^ text
)
static member ToTextConstruct : 
        text:string -> AtomTextConstruct 
public static function ToTextConstruct(
    text : String
) : AtomTextConstruct

パラメーター

戻り値

型: Microsoft.Data.OData.Atom.AtomTextConstruct
text に対して作成された AtomTextConstruct インスタンス。

関連項目

参照

AtomTextConstruct クラス

Microsoft.Data.OData.Atom 名前空間