FlavoredProjectFactory.IVsAggregatableProjectFactory.GetAggregateProjectType Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Proje türü GUID 'Lerinin noktalı virgülle ayrılmış bir dizesini alır.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProjectFactory.GetAggregateProjectType(System::String ^ fileName, [Runtime::InteropServices::Out] System::String ^ % projectTypeGuid) = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProjectFactory::GetAggregateProjectType;
int IVsAggregatableProjectFactory.GetAggregateProjectType (string fileName, out string projectTypeGuid);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProjectFactory.GetAggregateProjectType : string * string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProjectFactory.GetAggregateProjectType : string * string -> int
Function GetAggregateProjectType (fileName As String, ByRef projectTypeGuid As String) As Integer Implements IVsAggregatableProjectFactory.GetAggregateProjectType
Parametreler
- fileName
- String
Proje dosyasının adı.
- projectTypeGuid
- String
dışı Proje türü GUID 'Lerinin noktalı virgülle ayrılmış dizesini döndürür.
Döndürülenler
Microsoft.VisualStudio.NativeMethods.S_OK.