共用方式為


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
為 [文字] 建立的 AtomTextConstruct 執行個體。

請參閱

參考

AtomTextConstruct 類別

Microsoft.Data.OData.Atom 命名空間