SrgsDocument.CodeBehind 屬性

定義

取得 SrgsDocument 執行個體的程式碼後置資訊。

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ CodeBehind { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> CodeBehind { get; }
member this.CodeBehind : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property CodeBehind As Collection(Of String)

屬性值

CodeBehind 屬性會傳回包含程式碼後置文件清單的字串集合。

適用於