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)

属性值

Collection<String>

CodeBehind 属性返回之后包含列表代码文档的字符串集合。

适用于