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 属性返回包含代码隐藏文档列表的字符串集合。

适用于