VCCodeIDLCoClass.File 属性

获取在其中声明该对象的文件。

命名空间:  Microsoft.VisualStudio.VCCodeModel
程序集:  Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)

语法

声明
ReadOnly Property File As String
string File { get; }
property String^ File {
    String^ get ();
}
abstract File : string with get
function get File () : String

属性值

类型:String
在其中声明该对象的文件。

.NET Framework 安全性

请参阅

参考

VCCodeIDLCoClass 接口

Microsoft.VisualStudio.VCCodeModel 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例