IPersistXMLFragment.InitNew 方法
初始化项扩展属性和其他生成独立数据。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
Function InitNew ( _
ByRef guidFlavor As Guid, _
storage As UInteger _
) As Integer
int InitNew(
ref Guid guidFlavor,
uint storage
)
参数
- guidFlavor
类型:System.Guid%
[in] 指定项目子类型的 GUID。
- storage
类型:System.UInt32
[in] 指定用于持久文件存储的类型。值从 _PersistStorageType 枚举中采用。文件类型是项目文件 (.vsproj 或 .vbproj) 或用户文件 (.vsproj.user 或 .vbproj.user)。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 vsshell80.idl:
HRESULT IPersistXMLFragment::InitNew(
[in] REFGUID guidFlavor,
[in] PersistStorageType storage
);
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。