My Project
靜態公開方法(Static Public Methods) | 私有屬性 | 靜態私有屬性 | 全部成員列表
ControlsStorage

/summary> 更多...

靜態公開方法(Static Public Methods)

static ControlProperties [] Load (_Document document)
 
static void Store (_Document document, ControlProperties[] controls)
 

私有屬性

const string ControlsNodeName = "Controls"
 
const string ControlsStorageNamespace = "urn:schemas-microsoft-com.VSTO2008Demos.ControlsStorage"
 
const string RootNodeName = "ControlsStorage"
 

靜態私有屬性

static readonly ILog Log = LogManager.GetLogger(typeof (ControlsStorage))
 

詳細描述

/summary>

定義在 ControlStorage.cs 檔案之第 21 行.

函式成員說明文件

◆ Load()

static ControlProperties [] Load ( _Document  document)
static

定義在 ControlStorage.cs 檔案之第 67 行.

◆ Store()

static void Store ( _Document  document,
ControlProperties []  controls 
)
static

summary> /summary> param name="document">

returns>

定義在 ControlStorage.cs 檔案之第 32 行.

資料成員說明文件

◆ ControlsNodeName

const string ControlsNodeName = "Controls"
private

定義在 ControlStorage.cs 檔案之第 23 行.

◆ ControlsStorageNamespace

const string ControlsStorageNamespace = "urn:schemas-microsoft-com.VSTO2008Demos.ControlsStorage"
private

定義在 ControlStorage.cs 檔案之第 24 行.

◆ Log

readonly ILog Log = LogManager.GetLogger(typeof (ControlsStorage))
staticprivate

summary> /summary> param name="document">

param name="controls">

定義在 ControlStorage.cs 檔案之第 26 行.

◆ RootNodeName

const string RootNodeName = "ControlsStorage"
private

定義在 ControlStorage.cs 檔案之第 25 行.


此類別(class) 文件是由下列檔案中產生: